-
Notifications
You must be signed in to change notification settings - Fork 177
Add service image build example #723
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #723 +/- ##
==========================================
- Coverage 72.45% 70.99% -1.46%
==========================================
Files 59 59
Lines 3438 3031 -407
==========================================
- Hits 2491 2152 -339
+ Misses 612 588 -24
+ Partials 335 291 -44
Continue to review full report at Codecov.
|
Signed-off-by: Christopher Crone <[email protected]>
1fcfa27
to
6bc0a3f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
description: | ||
# List of application maintainers with name and email for each | ||
maintainers: | ||
- name: chris |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Beware, you'll have to maintain this app! 🧌
I still need to add a readme for this so will leave it in draft until that's done. |
https://github.com/docker/app/tree/master/examples/voting-app is already such a |
- What I did
Added an example of a Docker App that has service images that can be built.
- Description for the changelog
N/A